| Visual Basic (Declaration) | |
|---|---|
Public Event MarkMapChanged As EventHandler(Of MarkMapChangedEventArgs) | |
| C# | |
|---|---|
public event EventHandler<MarkMapChangedEventArgs> MarkMapChanged | |
| C++/CLI | |
|---|---|
public: event EventHandler<MarkMapChangedEventArgs^>^ MarkMapChanged | |
The event handler receives an argument of type MarkMapChangedEventArgs containing data related to this event. The following MarkMapChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ForceMeasurementRestart | Gets a value indicating whether to force a measurement restart. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)